home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Static Routing Configuration</H2>
- <P>
- Static routing is used to manually set up the kernel routing table. The
- administrator explicitly specifies the route to each remote destination;
- these routes remain constant, regardless of changing conditions on the
- Internet. It is recommended that you use dynamic rather than static routing.
- In particular, any system connected to a company intranet that contains
- more than one network should <VAR>not</VAR> use static routing, in order
- to ensure that packets are routed to the correct network.
- <P>
- Use the Static Routing form to change the following parameters:
- </P>
- <P>
- <STRONG>Enable static routing:</STRONG> This selection turns static
- routing on and off for this system. Turning static routing on will turn
- dynamic routing off. Select Yes to turn on static routing and No to
- turn it off.
- </P>
- (Default value: No)
- <P>
- <STRONG>Add New Route:</STRONG> This field contains the packet destination
- address of a route that you want to add. Enter the address and select the
- <VAR>Add New Route</VAR> button to display the Add New Route form. Complete
- the entry fields on this form and click the <VAR>Ok</VAR> button to add
- the route. Enter the packet destination address in dotted decimal
- (such as 1.2.3.4 for a host route or 1.2.0.0 for a network route) or
- hexadecimal (such as 0x01020304 or 0x01020000) notation.
- </P>
- (Default value: none)
- <P>
- <STRONG>Edit Selected Route:</STRONG> This list contains the addresses of
- previously configured routes. Select a destination address from the list
- and click the <VAR>Edit Selected Route</VAR> button to display the Edit
- Route form and make your changes. When you finish, click the <VAR>Ok</VAR>
- button to put the changes in effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>Delete Selected Route:</STRONG> Select a destination address from
- the list and click the <VAR>Delete Selected Route</VAR> button to remove
- the address from the list. Then click the <VAR>Ok</VAR> button to put the
- changes in effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>IP address of route destination:</STRONG> This information field
- contains the currently selected destination address in the Add or Edit
- Gateway form. This field is not editable.
- </P>
- <P>
- <STRONG>IP address of route interface:</STRONG> This is the address of a
- system closer to the destination that knows how to reach the destination
- address. Enter a fully qualified host address in dotted decimal (such as
- 1.2.3.4) or hexadecimal (such as 0x01020304) notation.
- </P>
- (Default value: none)
- <P>
- <STRONG>Type of network route:</STRONG> This field specifies the type of
- the destination address. If the address is a host address (such as 1.2.3.4)
- or the default destination 0.0.0.0, then select <VAR>host</VAR>. If the
- address is a network address (such as 1.2.3.0), then select <VAR>net</VAR>.
- </P>
- (Default value: none)
- <P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-